string_pad
Syntax:
string_pad(string, padding, repeat, front, back)
Arguments:
Argument Name | Type | Description |
---|---|---|
string | string | string to modify |
padding | string | string to insert as padding |
repeat | real | how many times to repeat |
front | bool | whether or not to pad the front |
back | bool | whether or not to pad the back |
Returns: (string)
Description:
Loading page...